LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsReadOnly Property (DictionaryWithEvents<TKey,TValue>)

Show in webframe






Gets a value indicating whether the dictionary is read-only.
Syntax
public bool IsReadOnly {get;}
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim value As Boolean
 
value = instance.IsReadOnly

            

            
public: __property bool get_IsReadOnly();
public:
property bool IsReadOnly {
   bool get();
}

Property Value

true if the ICollection{T} is read-only; otherwise, false. In the default implementation of DictionaryWithEvents<TKey,TValue>, this property always returns false.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.